home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / HALTTEST.SCR < prev    next >
Text File  |  1991-12-03  |  245b  |  10 lines

  1. * SCRIPT: HaltTest
  2. *         Tests the ability of DO scripts to return an error code
  3. *         which can be tested with the RESULT variable.
  4.  
  5. /SET Default 0
  6. /GETS Code Default "Return Code?" 2
  7. /HALT %Code
  8. * end of script
  9. /ENDEXEC CLEAR
  10.